./mach try perf doesn't seem to always trigger builds for the base build
Categories
(Testing :: Performance, defect, P2)
Tracking
(Not tracked)
People
(Reporter: jesup, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
(Whiteboard: [fxp])
I frequently when doing a series of ./mach try perf runs have to go and manually trigger/retrigger tests on the base build (perhaps because I've changed which tests I'm triggering?)
Comment 1•2 years ago
|
||
:jesup, can you try rebasing your code and see if it still happens? I thought I had resolved this issue here, but maybe not: bug 1831603
We cache the base commit for 2 weeks, and before that patch landed it wasn't considering the tasks you selected but now it does. Note that it still won't handle retriggers that you request on it, but you can do that through the compare view (there's a column for it on the right-hand side).
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Reporter | ||
Comment 3•2 years ago
|
||
Ok, so if you look at https://treeherder.mozilla.org/jobs?repo=try&revision=cec4c6867b8391f4c0dcf0f57d93f80ef83fdfbc and https://treeherder.mozilla.org/jobs?repo=try&revision=dc45fa49cdbf14b04137b20819703e8b360bce7f, there doesn't seem to be any base runs made, so I can't compare.
https://hg.mozilla.org/try/rev/f03b9d662c26741ece9e079d9199df1662f492a1 seems to have triggered https://treeherder.mozilla.org/jobs?repo=try&revision=6fe00c1acc6fefe3cd2c7b20e72c4af93cc9a778 though
Comment 4•2 years ago
|
||
:jesup, can you provide the full log of one of these mach try perf runs? I'm wondering if it produced a compare view link, and what base revision it selected.
Comment 5•2 years ago
|
||
It happened to me too, but only when I change the after commit and I don't rebase (basically, it won't push again an identical push with the previous one).
Comment 6•1 year ago
|
||
:jesup, is this bug still an issue for you? If so, could you provide some logs the next time you hit it (see comment #4).
Updated•1 year ago
|
Reporter | ||
Comment 8•1 year ago
|
||
If this happens again, I'll re-report with more info
Description
•